FileCache.storeTileAsync

Stores a tile in the cache.

class FileCache
void
storeTileAsync
(
int x
,
int y
,,,
string etag
,,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

x int

the X coordinate of the tile

y int

the Y coordinate of the tile

zoomLevel int

the zoom level of the tile

bytes Bytes

a #GBytes

etag string

an ETag string, or %NULL

cancellable Cancellable

a #GCancellable

callback GAsyncReadyCallback

a #GAsyncReadyCallback to execute upon completion

userData void*

closure data for @callback

Meta